home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-05 | 1.5 KB | 43 lines | [TEXT/MPS ] |
- /************************************************************************************************/
- /* */
- /* Program Name: Stiletto modules */
- /* */
- /* File Name: Modules.r */
- /* */
- /* © Apple Computer, Inc. 1994-1995 */
- /* All Rights Reserved */
- /* */
- /* Revision History: */
- /* */
- /* Date Who Modification */
- /* */
- /* 1994-06-13 Jaakko Railo Original version */
- /* */
- /************************************************************************************************/
-
- /****************************************** DESCRIPTION ******************************************
-
- *************************************************************************************************/
-
- /******************************************** HEADERS *******************************************/
-
- #include "SysTypes.r"
-
- /************************************************************************************************/
- /************************************************************************************************/
-
-
- resource 'vers' (1) {
- LongVersion,
- CountryCode,
- VersionString,
- ""VersionString", © Apple Computer, Inc. "CopyrightYears". All rights reserved."
- };
-
- resource 'vers' (2) {
- LongVersion,
- CountryCode,
- VersionString,
- ""ProjectString" "VersionString""
- };
-